Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 959 Bytes

MUISmartPanelGetProperty.rst

File metadata and controls

32 lines (18 loc) · 959 Bytes

MUISmartPanelGetProperty

MUISmartPanelGetProperty, hWin:MUIWND<MUIWND>, Property:MUIPROPERTY<MUIPROPERTY>

Get the value of a property in a ModernUI_SmartPanel control. See ModernUI_SmartPanel Properties<ModernUI_SmartPanel Properties> for details on the properties available

Parameters

  • [in] hWin - handle to the ModernUI_SmartPanel control
  • [in] Property - the property to get. See ModernUI_SmartPanel Properties<ModernUI_SmartPanel Properties> for details on the properties available

Return

Returns the value of the property or NULL otherwise

Example

LOCAL BackColor:DWORD

Invoke MUISmartPanelGetProperty, hSP, @SmartPanelBackColor
mov BackColor, eax

See Also

MUISmartPanelSetProperty<MUISmartPanelSetProperty>, ModernUI_SmartPanel Properties<ModernUI_SmartPanel Properties>